-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customization options for start page's background #1437
Conversation
Signed-off-by: Dinika Saxena <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #1437 +/- ##
===========================================
+ Coverage 47.99% 48.05% +0.05%
===========================================
Files 249 249
Lines 11362 11365 +3
Branches 2655 2655
===========================================
+ Hits 5453 5461 +8
+ Misses 5876 5870 -6
- Partials 33 34 +1 ☔ View full report in Codecov by Sentry. |
Due to rendering order, blocking and natural z-index.
Including fixing the Cypress test.
Without visual compression loss and I also removed the last two frames as there was an issue with them (the loop looked off).
Guetzli compression.
Adding `h1` title and `main` tags.
The `htmlAttributes` was empty, also in prod. As we only have the app in EN, it makes sense to add it statically in the root HTML(s).
Now, we can click directly on the URL in the terminal.
Incl. sort imports. I will add a import-sort rule in a later PR.
It was documented in the README, but we didn't use it.
Incl. added alt attribute for the images.
I was looking at the colors in the official logo and couldn't find it. Therefore I was investigating this file and cleaned it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great too :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice PR 🎆
🤩 |
… feature/org-welcome-page-bg # Conflicts: # src/shared/containers/ResourceViewActionsContainer.tsx
Fixes #3761
Description
source
tag. This prevents flickering of the background by loading the image first.I removed the last two frames of the background video. It appears that they were cut right before another movement, causing slight blur but no movement. The video now loops more smoothly.
<div>
.Connect
button now has a different cursor when there are no Realms set up.LOGO_LINK
environment variable has been set up to make the logo clickable.How has this been tested?
Types of changes
Checklist: